google.golang.org/grpc.dialOptions.returnLastError (field)
4 uses
google.golang.org/grpc (current package)
clientconn.go#L325: case err == nil || !cc.dopts.returnLastError:
clientconn.go#L354: if err = cc.connectionError(); err != nil && cc.dopts.returnLastError {
dialoptions.go#L80: returnLastError bool
dialoptions.go#L389: o.returnLastError = true
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)